func crypto/internal/fips140/mlkem.newKeyFromSeed

2 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem768.go#L200: 	return newKeyFromSeed(dk, seed)
		mlkem768.go#L203: func newKeyFromSeed(dk *DecapsulationKey768, seed []byte) (*DecapsulationKey768, error) {